home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / clang / netclb23.zip / QUEUE.H < prev    next >
C/C++ Source or Header  |  1994-05-20  |  217b  |  12 lines

  1. #ifndef QUEUE_H
  2. #define QUEUE_H
  3.  
  4. /*****************************/
  5. /* Queue Services prototypes */
  6. /*****************************/
  7.  
  8. int SetQueueCurrentStatus( long queueID , byte queueStatus );
  9.      
  10. #endif
  11.  
  12.